runtime.hexdumper.toPos (field)
7 uses
runtime (current package)
hexdump.go#L77: toPos [16]byte
hexdump.go#L135: for i := range h.toPos {
hexdump.go#L145: h.toPos[i] = byte(field*2 + field/4 + field/8)
hexdump.go#L184: for offset, pos := range h.toPos {
hexdump.go#L206: pos := h.toPos[offset]
hexdump.go#L233: caret := dataStart + int(min(h.toPos[offset], h.toPos[offset+int(h.wordBytes)-1]))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |